home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Corbis Images Sampler - Red
/
RED.iso
/
pc
/
Interface
/
inter.dxr
/
00032_nextarrow action 2b.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-12-21
|
191 b
|
15 lines
on mouseUp
puppetSound(2, "click")
go(#loop)
end
on mouseEnter
sprite(40).visible = 1
sprite(41).visible = 1
end
on mouseLeave
sprite(40).visible = 0
sprite(41).visible = 0
end